72 WDT_A_hold(WDT_A_BASE);
76 MPY32_setOperandOne16Bit(
77 MPY32_MULTIPLY_UNSIGNED,
79 MPY32_setOperandTwo8Bit(
88 MPY32_enableSaturationMode();
92 MPY32_setOperandOne16Bit(
93 MPY32_MULTIPLYACCUMULATE_SIGNED,
96 MPY32_setOperandTwo16Bit(
107 Result = MPY32_getResult();
116 MPY32_disableSaturationMode();
119 __bis_SR_register(LPM4_bits);